toggle menu
smartposapi-core
1.5.3
androidJvm
switch theme
search in API
smartposapi-core
/
com.worldline.smartposapi.core.dto.cardreader
/
EidAddress
Eid
Address
data
class
EidAddress
(
val
streetAndNumber
:
String
?
=
null
,
val
postalCode
:
String
?
=
null
,
val
city
:
String
?
=
null
)
:
Parcelable
Members
Constructors
Eid
Address
Link copied to clipboard
constructor
(
streetAndNumber
:
String
?
=
null
,
postalCode
:
String
?
=
null
,
city
:
String
?
=
null
)
Properties
city
Link copied to clipboard
val
city
:
String
?
=
null
postal
Code
Link copied to clipboard
val
postalCode
:
String
?
=
null
street
And
Number
Link copied to clipboard
val
streetAndNumber
:
String
?
=
null
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)